home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Missions / Mission_6 / Terrain.script < prev    next >
Text File  |  2001-12-17  |  643b  |  18 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. class CPreventVillageDestructionMission_Terrain extends CBaseTerrain
  11. {
  12.   string HeightMap = "Terrains/hmap_05.raw";
  13.   string Texture   = "Terrains/tex_05.tex";
  14.   string ZoneMap   = "Terrains/zone_05.bmp";
  15.   string SkinFile  = "Missions/Mission_6/Terrain.skin";
  16. }
  17.  
  18.